home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / RemResidentPrg < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      RemResidentPrg(33.4)     ARP Prog Manual      RemResidentPrg(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       RemResidentPrg -- Remove a program from the resident list,
  10.           freeing it's node and    code segments.
  11.  
  12.      SYNOPSIS
  13.       usage    = RemResidentPrg("name")
  14.         d0               a0
  15.  
  16.      FUNCTION
  17.       Attempts to remove a Resident    program    from the resident
  18.       list.     The value returned is the actual usage    count of the
  19.       code you are trying to remove, so if it is non-zero the
  20.       removal failed, since    there are currently processes using
  21.       that code.  Note that    it is not an error to remove a non-
  22.       existant program.
  23.  
  24.       For a    general    discussion on ARP's resident list, see the
  25.       manual page for AddResidentPrg().
  26.  
  27.      INPUTS
  28.       name - pointer to a null terminated pathname.     This may be
  29.           any valid AmigaDOS pathname, but only    the BaseName
  30.           of the path is compared and stored.
  31.  
  32.      RESULT
  33.       usage    - If usage was zero, then the node was freed and the
  34.           code was unloaded, otherwise,    folks are using    this
  35.           code and it must stay    resident for a while yet.
  36.  
  37.      BUGS
  38.       None known
  39.  
  40.      SEE ALSO
  41.       ObtainResidentPrg(), AddResidentPrg(),LoadPrg(),
  42.       UnLoadPrg(), CheckSumPrg(), ReleaseResidentPrg(),
  43.       BaseName().
  44.  
  45.      AUTHOR
  46.       SDB
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.